From 94fd8cf7165ed6cce5b9d4138a88bda5aa846014 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Mon, 16 May 2016 21:52:13 -0500 Subject: [PATCH] Man pages: fix cargo-test --- src/etc/man/cargo-test.1 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 726a988a7..a8c305f98 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -39,8 +39,12 @@ By default the rust test harness hides output from test execution to keep results readable. Test output can be recovered (e.g. for debugging) by passing \f[B]\-\-nocapture\f[] to the test binaries: -.PP -cargo test \-\- \-\-nocapture +.IP +.nf +\f[C] +cargo\ test\ \-\-\ \-\-nocapture +\f[] +.fi .SH OPTIONS .TP .B \-h, \-\-help -- 2.30.2